ComponentOne Xamarin.iOS
GroupChanged Event (C1WrapCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1WrapCollectionView<S,T> Class : GroupChanged Event
Raised after a grouping operation was performed.
Syntax
'Declaration
 
Public Event GroupChanged As EventHandler
'Usage
 
Dim instance As C1WrapCollectionView(Of S,T)
Dim handler As EventHandler
 
AddHandler instance.GroupChanged, handler
public event EventHandler GroupChanged
See Also

Reference

C1WrapCollectionView<S,T> Class
C1WrapCollectionView<S,T> Members